body {
  margin: 0;
  padding: 0;
}

h2,
h4 {
  font-weight: normal;
}

#persons {
  position: relative;
  max-width: 1300px;
  margin: 0 auto
}

#persons .swiper-container {
  padding-bottom: 80px;
}

#persons .swiper-slide {
    width: 540px;
    height: 279px;
    background: #82b927;
}

#persons .swiper-slide .text {
  position: absolute;;
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

#persons .swiper-slide .text img {
  float: left;
  width: 290px;
  height: 279px;
  margin-right: 11px;
}

#persons .swiper-slide h2 {
    padding-top: 0;
    text-align: left;
	font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
}

#persons .swiper-slide h4 {
  margin: 0;
  text-align: left;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 25px;
      margin-right: 15px;
}

#persons .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#persons .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#persons .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#persons .swiper-button-prev {
    left: 10px;
    top: 40%;
    width: 45px;
    height: 45px;
    background-color: #ececec;
    border-radius: 5px;
}

#persons .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%
}

#persons .swiper-button-next {
  right: 10px;
  top: 40%;
  width: 45px;
  height: 45px;
  background-color: #ececec;
  border-radius: 5px;
}

#hymoer{
	border: 1px solid #fff;
	color: #fff;
	padding: 8px 16px;
	border-radius: 25px;
	margin-top: 15px;
}

@media (max-width:768px) {
#persons .swiper-slide .text img {
  float: left;
  width: 45%;
  height: 279px;
  margin-right: 11px;
}
#persons .swiper-slide h4 {
  margin: 0;
  text-align: left;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 25px;
  margin-right: 11px;
  width: 84%;
}
	
}